home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 February / Software of the Month Club 1996 February.iso / pc / dos / edu / geoclock / whatsnew.61 < prev    next >
Encoding:
Text File  |  1996-01-08  |  2.6 KB  |  53 lines

  1. GeoClock 6.1, 95/01/30     BBS 703-241-7980
  2.  
  3. This version has some minor improvements from 6.0.  That most important
  4. change is to incorporate the 8x8 and 8x14 font tables into GeoClock
  5. rather than relying on the video BIOS providing the tables.  While these
  6. tables are *required* by the VGA standard, increasingly they are not
  7. being supported.  The FONT8P14.COM program is no longer required and
  8. is not included in the distribution files.  RMOUSE has been made the 
  9. default since there are some DOS systems that require this, in addition
  10. to OS/2.  The city data bases used by GeoSetup and the GeoClock gazetteer
  11. have been expensively updated.
  12.  
  13. The most important new feature is "Options".  By pressing the letter "O" 
  14. or clicking the Options icon, a Options menu is displayed which 
  15. allows you to change come of the key parameters interactively.
  16. The parameters can be changed with a mouse click or using the arrow keys.  
  17. [ENTER] makes the changes the system defaults for all maps until GeoClock
  18. exits, while [ESCAPE] ignores the changes.  [F3] rewrites the GECONFIG.DAT
  19. files with these changes, make these setting the permanent defaults, 
  20. while [F4] rewrites the applicable GEOn.DAT file with the changes, making
  21. these setting permanent for that map.
  22.  
  23. Two minor commands have been added.  MAPPLUSn and MAPMINUSn provide script 
  24. functions to change the displayed map.  MAPPLUS selects the next higher 
  25. sequential map, while MAPMINUS selects the next lower sequential map.  
  26. The sequence is defined by n:
  27. 1 - map number
  28. 2 - map alphabetic order
  29. and other number - map coverage area
  30. missing - last sort order from "M"aplist or "F"indmap
  31. The "+" key acts the same as MAPP, and the "-" acts the same as MAPM.
  32.  
  33. The syntax of the T command (from the command line or in a script) has
  34. been expanded to increment or decrement the displayed time, rather than just
  35. set the displayed time.  For example,
  36. T950101120000 set the time to 1995/01/01 12:00:00, while
  37. T+1.0 increments the time by 1 day
  38. T-0.25 decrements the time by 0.25 day (6 hours).
  39.  
  40. The MAPN, MAPP, and new T syntax can be used with scripts to provide
  41. programable function keys.  For example, if GEOSCR1.DAT contains MAPP1
  42. pressing 1 selects the next higher map in numerical sequence.
  43. If GEOSCR2.DAT contains T+0.041666667, pressing 2 increments the time
  44. by one hour.
  45.  
  46. Because the addition of the font tables made GeoClock too large to debug
  47. with turbo pascal 5, I have switched to Borland Pascal (DOS version).
  48. This *should* not make any difference to users, but who knows.
  49.  
  50.  
  51.   --  Joe Ahlgren  95/01/27
  52.  
  53.